home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / battlefield.swf / scripts / DefineButton2_647 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  178 b   |  11 lines

  1. on(release){
  2.    if(_root.gold > 99)
  3.    {
  4.       _root.inf.duped = true;
  5.    }
  6.    if(_root.gold < 100 or _root.population == _root.poptot)
  7.    {
  8.       uninf.play();
  9.    }
  10. }
  11.